home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7150 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  794 b 

  1. Path: howland.reston.ans.net!agate!jokim
  2. From: jokim@po.EECS.Berkeley.EDU
  3. Newsgroups: comp.lang.c++
  4. Subject: compilation error in visual c++ 1.5
  5. Date: 20 Feb 1996 21:29:02 GMT
  6. Organization: University of California, Berkeley
  7. Distribution: ucb
  8. Message-ID: <4gdeeu$bf1@agate.berkeley.edu>
  9. NNTP-Posting-Host: po.eecs.berkeley.edu
  10. Originator: jokim@po.EECS.Berkeley.EDU
  11.  
  12.  
  13. Hi,
  14.  
  15.    I have been trying to compile a server program I wrote in a UNIX 
  16. environment for a Windows machine w/ visual c++ 1.5.  However, I get
  17. the following error:
  18.  
  19. <FILENAME>.OBJ (c:\code\<filename>.c):error L2029:'_perror':unresolved external
  20. <FILENAME>.OBJ (c:\code\<filename>.c):error L2029:'_printf':unresolved external
  21.  
  22. LINK returned error code 2.
  23.  
  24. I cannot figure out what is wrong.  Can anyone help?  Thanks.
  25.  
  26. -joseph
  27.